next
Round
Technologies
Experiences
Contribute
Login
next
Round
Technologies
Experiences
Contribute
Login
Question Loading...
Web and API Development
1. How do you build a basic HTTP server using only the standard library?
Level: Expert | Frequency: High
2. How would you implement middleware in Go using the standard library pattern vs a framework?
Level: Expert | Frequency: High
3. What are the trade-offs between REST and gRPC for internal Go microservices?
Level: Expert | Frequency: High
4. How would you implement graceful shutdown for an HTTP server handling long-lived connections?
Level: Expert | Frequency: High
5. How do you implement rate limiting in a Go API — per user, per IP, and globally?
Level: Expert | Frequency: High
6. How would you design a high-availability, horizontally scalable Go backend service?
Level: Expert | Frequency: High
All Topics
Basics
Data Structures
Interfaces and Types
Concurrency
Memory Management
Error Handling
Packages and Modules
Web and API Development
Databases and Storage
Testing
DevOps and Deployment
Standard Library